Skip to content

Conversation

@jklein24
Copy link
Contributor

Commands for interacting with the Grid API:

  • config: Get/update platform configuration
  • customers: List, get, create, update, delete customers and generate KYC links
  • accounts: List internal accounts (balances), list/create external accounts
  • quotes: List, get, create, execute cross-currency transfer quotes
  • transactions: List, get, approve, reject transactions
  • transfers: Same-currency transfer-in and transfer-out
  • receiver: Look up UMA addresses and external accounts
  • sandbox: Fund accounts, simulate send/receive in sandbox mode

Copy link
Contributor Author

jklein24 commented Jan 27, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Commands for interacting with the Grid API:
- config: Get/update platform configuration
- customers: List, get, create, update, delete customers and generate KYC links
- accounts: List internal accounts (balances), list/create external accounts
- quotes: List, get, create, execute cross-currency transfer quotes
- transactions: List, get, approve, reject transactions
- transfers: Same-currency transfer-in and transfer-out
- receiver: Look up UMA addresses and external accounts
- sandbox: Fund accounts, simulate send/receive in sandbox mode
- Add interactive `grid configure` command for credential setup
- Add input validation for dates, amounts, currencies before API calls
- Add confirmation prompt for destructive operations (customer delete)
- Add --format option (json/table) with colored JSON output
- Add --no-color flag for disabling colors
- Add command aliases: cust, tx, acct
- Add 30s request timeout to prevent hanging
- Add .gitignore for dist/ and node_modules/
- Add Node.js engine requirement (>=18.0.0)
- Fix parseInt calls to use radix 10
- Improve JSON parse error messages in config loading
- Read version from package.json instead of hardcoding
- Update README with new features and examples

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants